3
How do I change the control's font

Dim oSlider as P

oSlider = topparent:CONTROL_ACTIVEX1.activex
oSlider.ThumbSize = 32
oSlider.Font.Name = "Tahoma"
oSlider.ForeColor = 255
oSlider.Template = "Caption(256) = `thumb`" // oSlider.Caption(256) = "thumb"

2
How can I change the control's foreground color

Dim oSlider as P

oSlider = topparent:CONTROL_ACTIVEX1.activex
oSlider.ForeColor = 255
oSlider.ThumbSize = 32
oSlider.Template = "Caption(256) = `thumb`" // oSlider.Caption(256) = "thumb"

1
How can I change the control's background color

Dim oSlider as P

oSlider = topparent:CONTROL_ACTIVEX1.activex
oSlider.BackColor = 65280